@charset "utf-8";

/* CSS Document */
* {
  scrollbar-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
}

address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}

.clear {
  clear: both;
}

.clear::after,
.clearfix::after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}

a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  /* 滚动槽宽度 */
  width: 0;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {
  background-color: #f4f8fa;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #025dac;
}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #025dac;
}

@font-face {
  font-family: "IBMPlexMono-Bold";
  src: url('../fonts/IBMPlexMono-Bold.ttf');
}

@font-face {
  font-family: "BEBAS";
  src: url('../fonts/BEBASKAI.ttf');
}

@font-face {
  font-family: "PangMen";
  src: url('../fonts/PangMen.ttf');
}

@font-face {
  font-family: "OutfitRegular";
  src: url('../fonts/Outfit-Regular.ttf');
}


@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* 按钮样式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width:1440px) {
  .w1400 {
    width: 94%;
  }
}


.w1600 {
  width: 1600px;
}

@media (max-width:1680px) {
  .w1600 {
    width: 94%;
  }
}


.nybody {
  background: #f8f8f8;
}


/* lyTop start */
.lyTop {
  width: 100%;
  padding: 0 50px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fp-viewing-page1 .lyTop {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.searchShow .lyTop {
  display: none;
}

.lyLogo {
  width: auto;
  height: 60px;
  overflow: hidden;
  margin: 10px 0;
  float: left;
}

.lyLogo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.lyLogo a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyLogo a img.logoWhite {
  display: none;
}

.lyLogo a img.logoBlack {
  display: inline-block;
}

.fp-viewing-page1 .lyLogo a img.logoWhite {
  display: inline-block;
}

.fp-viewing-page1 .lyLogo a img.logoBlack {
  display: none;
}


.lyTel {
  width: auto;
  height: 48px;
  line-height: 48px;
  color: #555;
  font-size: 24px;
  margin: 16px 0;
  padding: 0 0 0 16px;
  float: right;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fp-viewing-page1 .lyTel {
  color: #fff;
}


.lyEwm {
  margin: 16px 0;
  float: right;
}

.lyEwm i {
  display: block;
  width: 64px;
  height: 48px;
  overflow: hidden;
  padding: 0 18px;
  position: relative;
  cursor: pointer;
}

.lyEwm i svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyEwm i svg path {
  fill: #555555;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fp-viewing-page1 .lyEwm i svg path {
  fill: #ffffff;
}

.lyEwm i::before,
.lyEwm i::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #c9c9c9;
  position: absolute;
  top: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyEwm i::before {
  left: 0;
}

.lyEwm i::after {
  right: 0;
}

.fp-viewing-page1 .lyEwm i::before,
.fp-viewing-page1 .lyEwm i::after {
  background-color: #fff;
}


.lySearch_btn {
  margin: 16px 0;
  padding: 0 6px 0 0;
  float: right;
}

.lySearch_btn a {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  padding: 12px;
  position: relative;
}

.lySearch_btn a svg.icon {
  display: block;
  width: 100%;
  height: 100%;
}

.lySearch_btn a svg.icon path {
  fill: #555555;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fp-viewing-page1 .lySearch_btn a svg.icon path {
  fill: #ffffff;
}


.lySearch_form {
  width: 100%;
  padding: 16px 50px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 998;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fp-viewing-page1 .lySearch_form {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.searchShow .lySearch_form {
  top: 0;
}

.lySearch_form form {
  width: 50%;
  height: 48px;
  margin: 0 auto;
  padding: 0 80px 0 0;
  position: relative;
}

.lySearch_form .scIpt {
  width: 100%;
}

.lySearch_form .scIpt input {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #555;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 48px 0 0;
  background: none !important;
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid #ddd;
  outline: none;
}

.fp-viewing-page1 .lySearch_form .scIpt input {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
}

.lySearch_form .scIpt input::placeholder {
  color: #999;
}

.fp-viewing-page1 .lySearch_form .scIpt input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.lySearch_form .scIpt input:focus {
  border-bottom: 1px solid #025dac;
}

.fp-viewing-page1 .lySearch_form .scIpt input:focus {
  border-bottom: 1px solid #fff;
}


.lySearch_form .scBtn {
  width: 100px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}

.lySearch_form .scBtn button {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-family: \5FAE\8F6F\96C5\9ED1, Microsoft Yahei;
  font-size: 15px;
  text-align: center;
  border-radius: 24px;
  background-color: #025dac;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lySearch_form .scBtn button i {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 6px 0 0;
}

.lySearch_form .scBtn button i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lySearch_form .scBtn button i svg path {
  fill: #ffffff;
}

.fp-viewing-page1 .lySearch_form .scBtn button {
  color: #025dac;
  background-color: #fff;
}

.fp-viewing-page1 .lySearch_form .scBtn button i svg path {
  fill: #025dac;
}


.lySearch_form i.searchClose {
  display: block;
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  position: absolute;
  right: 50px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lySearch_form i.searchClose:hover {
  border: 1px solid #025dac;
}

.fp-viewing-page1 .lySearch_form i.searchClose {
  border: 1px solid rgba(255, 255, 255, .1);
}

.fp-viewing-page1 .lySearch_form i.searchClose:hover {
  border: 1px solid #fff;
}

.lySearch_form i.searchClose svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lySearch_form i.searchClose svg path {
  fill: #aaaaaa;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lySearch_form i.searchClose:hover svg path {
  fill: #025dac;
}

.fp-viewing-page1 .lySearch_form i.searchClose svg path {
  fill: #ffffff;
}


.lyEwm_mask {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .55);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
}

.lyEwm_mask.maskShow {
  display: block;
}

.lyEwm_pup {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyEwm_pup.ewmShow {
  display: block;
}

.lyEwm_pup p {
  width: 126px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.lyEwm_pup p img {
  display: block;
  max-width: 100%;
}

.lyEwm_pup span {
  display: block;
  line-height: 20px;
  color: #555;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.lyEwm_pup i.ewmClose {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-left: -20px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -54px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyEwm_pup i.ewmClose:hover {
  border: 1px solid #fff;
}

.lyEwm_pup i.ewmClose svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lyEwm_pup i.ewmClose svg path {
  fill: rgba(255, 255, 255, .45);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyEwm_pup i.ewmClose:hover svg path {
  fill: #ffffff;
}


@media (max-width:1680px) {
  .lyTop {
    padding: 0 3%;
  }

  .lySearch_form {
    padding: 16px 3%;
  }

  .lySearch_form i.searchClose {
    right: 3%;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .fp-viewing-page1 .lyTop {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }

  .fp-viewing-page1 .lyLogo a img.logoWhite {
    display: none;
  }

  .fp-viewing-page1 .lyLogo a img.logoBlack {
    display: inline-block;
  }

  .fp-viewing-page1 .lyTel {
    color: #555;
  }

  .fp-viewing-page1 .lyEwm i svg path,
  .fp-viewing-page1 .lySearch_btn a svg.icon path {
    fill: #555555;
  }

  .fp-viewing-page1 .lyEwm i::before,
  .fp-viewing-page1 .lyEwm i::after {
    background-color: #c9c9c9;
  }

  .fp-viewing-page1 .lySearch_form {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
  }

  .fp-viewing-page1 .lySearch_form .scIpt input {
    color: #555;
    border-bottom: 1px solid #ddd;
  }

  .fp-viewing-page1 .lySearch_form .scIpt input::placeholder {
    color: #999;
  }

  .fp-viewing-page1 .lySearch_form .scIpt input:focus {
    border-bottom: 1px solid #025dac;
  }

  .fp-viewing-page1 .lySearch_form .scBtn button {
    color: #fff;
    background-color: #025dac;
  }

  .fp-viewing-page1 .lySearch_form .scBtn button i svg path {
    fill: #ffffff;
  }

  .fp-viewing-page1 .lySearch_form i.searchClose {
    border: 1px solid #e6e6e6;
  }

  .fp-viewing-page1 .lySearch_form i.searchClose:hover {
    border: 1px solid #025dac;
  }

  .fp-viewing-page1 .lySearch_form i.searchClose svg path {
    fill: #aaaaaa;
  }

  .fp-viewing-page1 .lySearch_form i.searchClose:hover svg path {
    fill: #025dac;
  }

  .lySearch_form form {
    width: 72%;
  }
}

@media (max-width:1080px) {
  .lyLogo {
    height: 54px;
    margin: 5px 0;
  }

  .lyLogo a {
    height: 54px;
  }

  .lyTel,
  .lyEwm,
  .lySearch_btn {
    margin: 8px 0;
  }

  .lySearch_form {
    padding: 10px 3%;
  }

  .lySearch_form form {
    height: 44px;
  }

  .lySearch_form .scIpt input,
  .lySearch_form .scBtn button {
    height: 44px;
    line-height: 44px;
  }

  .lySearch_form .scBtn {
    height: 44px;
  }

  .lySearch_form i.searchClose {
    width: 44px;
    height: 44px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {

  .lyTel,
  .lyEwm i::after {
    display: none;
  }

  .lyEwm i {
    width: 48px;
    padding: 0 10px;
  }

  .lySearch_btn {
    padding: 0;
  }

  .lySearch_form form {
    width: calc(100% - 56px);
    margin: 0;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyLogo {
    height: 44px;
    margin: 10px 0;
  }

  .lyLogo a {
    height: 44px;
  }


  .lySearch_form form {
    padding: 0 40px 0 0;
  }

  .lySearch_form .scBtn button {
    font-size: 0;
  }

  .lySearch_form .scIpt input {
    font-size: 14px;
    padding: 0 30px 0 0;
  }

  .lySearch_form .scBtn {
    width: 60px;
  }

  .lySearch_form .scBtn button i {
    margin: -2px 0 0;
  }
}

@media (max-width:280px) {}


/* lyNav start */
.lyNav {
  margin: 0 auto;
}

.lyNav li,
.lyNav a {
  text-decoration: none;
  list-style: none;
}

.lyNav .navList>ul {
  text-align: center;
}

.lyNav .navList>ul>li {
  display: inline-block;
  padding: 0 30px;
  vertical-align: top;
  position: relative;
}

.lyNav .navList>ul>li>a {
  display: block;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  color: #333;
  font-size: 18px;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNav .navList>ul>li:hover>a,
.lyNav .navList>ul>li.active>a {
  color: #025dac;
}

.fp-viewing-page1 .lyNav .navList>ul>li>a {
  color: #fff;
}

.fp-viewing-page1 .lyNav .navList>ul>li:hover>a,
.fp-viewing-page1 .lyNav .navList>ul>li.active>a {
  color: #fff;
}

.lyNav .navList>ul>li>a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #025dac;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.fp-viewing-page1 .lyNav .navList>ul>li>a::after {
  background-color: #fff;
}

.lyNav .navList>ul>li:hover>a::after,
.lyNav .navList>ul>li.active>a::after {
  width: 100%;
}

.lyNav .navList>ul>li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/down.png) center center no-repeat;
  background-size: 11px 10px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNav .navList>ul>li i.cur {
  background: url(../images/up.png) center center no-repeat;
  background-size: 11px 10px;
}

.lyNav .navList>ul>li ul {
  display: none;
  position: absolute;
  left: -20%;
  top: 90px;
  z-index: 9;
  width: 140%;
  overflow: hidden;
  background-color: #fff;
  border-top: 2px solid #025dac;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNav .navList>ul>li:hover ul {
  display: block;
}

.lyNav .navList>ul>li ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}

.lyNav .navList>ul>li ul li:last-child {
  border: 0;
}

.lyNav .navList>ul>li ul li a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #555;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNav .navList>ul>li ul li a:hover {
  color: #025dac;
}

.lyNav .nav_menu {
  display: none;
}

@media (max-width:1680px) {

  .lyNav .navList>ul>li {
    padding: 0 25px;
  }

  .lyNav .navList>ul>li>a {
    font-size: 17px;
  }

  .lyNav .navList>ul>li>a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}

@media (max-width:1600px) {

  .lyNav .navList>ul>li {
    padding: 0 20px;
  }

  .lyNav .navList>ul>li>a {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {

  .lyNav .navList>ul>li {
    padding: 0 15px;
  }
}

@media (max-width:1200px) {
  .fp-viewing-page1 .lyNav .navList>ul>li>a {
    color: #222;
  }

  .fp-viewing-page1 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page1 .lyNav .navList>ul>li.active>a {
    color: #025dac;
  }

  .lyNav .navList>ul>li>a::after {
    background: linear-gradient(to right, #025dac, #0082b8);
  }
}

@media (max-width:1080px) {
  .lyNav {
    height: 0;
    margin: 0;
    padding-right: 0;
    float: right;
  }

  .lyNav .navList {
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }

  .lyNav .navList ul {
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }

  .lyNav .navList .navMask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
  }

  .lyNav .navList ul>li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: none;
    box-sizing: border-box;
    position: relative;
  }

  .lyNav .navList ul>li a {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    color: #333;
    font-size: 16px;
    text-align: left;
    padding: 0 40px;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }

  .lyNav .navList>ul>li>a::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    left: 18px;
  }

  .lyNav .navList>ul>li:hover>a::before,
  .lyNav .navList>ul>li.active>a::before {
    background: url(../images/nav_ico1.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .lyNav .navList>ul>li:hover,
  .lyNav .navList>ul>li.active {
    background: linear-gradient(to right, #025dac, #0082b8);
  }

  .lyNav .navList>ul>li:hover>a,
  .lyNav .navList>ul>li.active>a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .fp-viewing-page1 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page1 .lyNav .navList>ul>li.active>a {
    color: #fff;
  }

  .lyNav .navList>ul>li>a>em {
    display: none;
  }

  .lyNav .navList>ul>li>a::after {
    display: none;
  }

  .lyNav .navList>ul>li i {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 14px 9px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .lyNav .navList>ul>li i.cur {
    background-size: 14px 9px;
  }

  .lyNav .navList>ul>li ul {
    width: 100%;
    overflow: hidden;
    position: inherit;
    left: inherit;
    top: inherit;
    background-color: #f8f8f8;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }

  .lyNav .navList>ul>li:hover>em,
  .lyNav .navList>ul>li.active>em {
    display: none;
  }

  .lyNav .navList>ul>li ul li a {
    height: 48px;
    line-height: 48px;
    color: #888;
    text-align: left;
    border: 0;
    padding: 0 40px;
  }

  .lyNav .nav_menu {
    display: block;
    width: 44px;
    height: 44px;
    padding: 13px 12px;
    margin: 10px;
    border-radius: 50%;
    background: linear-gradient(to right, #025dac, #0082b8);
  }

  .lyNav .nav_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin: 0 auto;
  }

  .lyNav .nav_menu span+span {
    margin-top: 6px;
  }

  .lyNav .open {
    width: 100%;
    overflow: auto;
    left: 0%;
  }
}

@media (max-width:1024px) {}

@media (max-width:800px) {}

@media (max-width: 767px) {

  .lyNav .navList ul {
    width: 64%;
  }

  .lyNav .navList ul>li a {
    padding: 0 20px;
  }

  .lyNav .navList>ul>li>a::before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    left: 10px;
  }

  .lyNav .nav_menu {
    margin: 10px 4px;
  }
}

@media (max-width: 320px) {}

@media (max-width:280px) {}

/* lyNav end */

/* lyTop end */


/* lyFooter start */
.waves {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  margin-top: -80px;
}

/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

}

.lyFooter {
  background-color: #202020;
  position: relative;
}

.lyFooter .lyFoot_main {
  margin: 0 auto;
}

.lyFoot_main .lyFoot_con {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 0;
}

.lyFoot_con .lyFoot_nav {
  width: 70%;
}

.lyFoot_nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
}

.lyFoot_nav ul li {
  max-width: 30%;
  padding: 0 20px;
}

.lyFoot_nav ul li p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.lyFoot_nav ul li p i {
  display: block;
  width: 34px;
  height: 2px;
  background: #025dac;
  margin: 20px 0 30px;
}

.lyFoot_nav ul li a {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: rgba(255, 255, 255, .3);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyFoot_nav ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

.lyFoot_con .lyFoot_lxfs {
  width: 30%;
  padding-left: 4%;
  float: right;
}

.lyFoot_lxfs span {
  display: block;
  line-height: 30px;
  color: rgba(255, 255, 255, .3);
  font-size: 16px;
  text-align: right;
  overflow: hidden;
}

.lyFoot_lxfs dl dt {
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}

.lyFoot_lxfs dl dd {
  max-height: 60px;
  line-height: 30px;
  color: rgba(255, 255, 255, .3);
  font-size: 16px;
  text-align: right;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.lyFoot_lxfs .lyFoot_ewm {
  text-align: right;
}

.lyFoot_ewm p {
  width: 114px;
  margin-right: 4%;
  margin-top: 22px;
  text-align: center;
  display: inline-block;
}

.lyFoot_ewm p:last-child {
  margin-right: 0;
}

.lyFoot_ewm p img {
  max-width: 100%;
}

.lyFoot_ewm p em {
  display: block;
  line-height: 24px;
  color: rgba(255, 255, 255, .3);
  font-size: 16px;
  font-style: normal;
  margin-top: 10px;
}


.lyLinks {
  width: 100%;
  height: auto;
  margin-top: 54px;
  padding: 29px 29px 14px 29px;
  border: 1px solid #3d3d3d;
  position: relative;
}

.lyLinks .lyLink_title {
  width: 108px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #434343;
  position: absolute;
  left: 30px;
  top: -15px;
}

.lyLink_title img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -4px 5px 0 0;
}

.lyLinks .lyLink_list {
  width: 100%;
  height: auto;
  min-height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.lyLink_list a {
  display: inline-block;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  margin: 0 20px 0 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyLink_list a:hover {
  color: #fff;
}

.lyFoot_main .lyCopy {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.lyCopy p {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.lyCopy p a {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyCopy p:hover {
  color: rgba(255, 255, 255, 1);
}


@media (max-width:1680px) {
  .lyFoot_main .lyFoot_con {
    padding: 60px 0 0;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyFoot_main .lyFoot_con {
    padding: 40px 0 0;
  }

  .lyFoot_nav ul li p {
    font-size: 18px;
  }

  .lyFoot_nav ul li p i {
    margin: 15px 0 25px;
  }

  .lyFoot_nav ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .lyFoot_lxfs span {
    font-size: 15px;
  }

  .lyFoot_lxfs dl dt {
    font-size: 28px;
  }

  .lyFoot_lxfs dl dd {
    max-height: 50px;
    line-height: 25px;
    font-size: 15px;
  }

  .lyFoot_ewm p {
    width: 100px;
  }

  .lyFoot_ewm p em {
    line-height: 20px;
    font-size: 14px;
    margin-top: 4px;
  }

  .lyLinks {
    margin-top: 40px;
  }

  .lyCopy p {
    line-height: 30px;
    font-size: 15px;
  }

}

@media (max-width:1366px) {
  .waves {
    height: 64px;
    margin-top: -64px;
  }

  .lyFooter .lyFoot_nav {
    width: 70%;
  }

  .lyFoot_nav ul li p {
    font-size: 16px;
  }

  .lyFoot_nav ul li p i {
    width: 32px;
    margin: 12px 0 24px;
  }

  .lyFoot_nav ul li a {
    font-size: 14px;
    margin: 5px 0;
  }

  .lyFooter .lyFoot_lxfs {
    width: 30%;
    padding-left: 40px;
  }

  .lyFoot_lxfs span {
    font-size: 14px;
  }

  .lyFoot_lxfs dl dd {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .lyLinks {
    padding: 29px 19px 14px 19px;
  }

  .lyLinks .lyLink_title {
    left: 20px;
  }

  .lyLink_list a {
    font-size: 14px;
  }

  .lyCopy p {
    line-height: 32px;
    font-size: 14px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {

  .lyLinks {
    padding: 29px 19px 14px 19px;
  }

  .lyLinks .lyLink_title {
    left: 20px;
  }


  .lyFoot_nav ul li p {
    font-size: 17px;
  }

  .lyFoot_nav ul li a {
    font-size: 15px;
  }

  .lyFoot_lxfs dl dd {
    font-size: 15px;
    margin-bottom: 0;
  }

  .lyCopy .lyCopy_fl,
  .lyCopy .lyCopy_fr {
    line-height: 34px;
    font-size: 15px;
  }

  .lyFoot_ewm p {
    margin-top: 12px;
  }

  .lyFoot_ewm p span {
    margin: 10px 0 20px;
  }
}

@media (max-width:1080px) {

  .lyFoot_nav ul li p {
    font-size: 16px;
  }

  .lyFoot_nav ul li a {
    font-size: 14px;
  }

  .lyFooter .lyFoot_lxfs {
    padding-left: 20px;
  }

  .lyFoot_lxfs dl dd {
    font-size: 14px;
    margin-bottom: 0;
  }

  .lyCopy p {
    line-height: 32px;
    font-size: 14px;
  }

  .waves {
    height: 60px;
    margin-top: -60px;
  }
}

@media (max-width:1024px) {

  .lyFooter .lyFoot_nav {
    width: 100%;
  }

  .lyFooter .lyFoot_lxfs {
    display: none;
  }

  .lyFoot_nav ul li p {
    font-size: 16px;
  }

  .lyFoot_nav ul li a {
    font-size: 14px;
  }

  .lyCopy p {
    line-height: 30px;
    font-size: 14px;
  }

}

@media (max-width:820px) {
  .waves {
    height: 50px;
    margin-top: -50px;
  }

  .lyFoot_left .lyFoot_nav {
    display: none;
  }

  .lyFoot_lxfs span,
  .lyFoot_lxfs dl {
    display: none;
  }
}

@media (max-width: 767px) {

  .lyFoot_main .lyFoot_con,
  .lyLinks {
    display: none;
  }

  .lyCopy p {
    line-height: 28px;
    text-align: center;
    font-size: 14px;
  }

  .lyFooter .lyFoot_nav {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .lyFoot_left .lyFoot_nav {
    display: none;
  }

  .lyFoot_lxfs>div {
    width: 100%;
  }

  .lyFoot_lxfs p,
  .lyFoot_lxfs dl {
    display: none;
  }

  .lyFoot_ewm p {
    width: 114px;
    margin-right: 8%;
  }

  .waves {
    height: 40px;
    margin-top: -40px;
  }

  .lyFoot_ewm p span {
    margin: 10px 0 0;
  }

  .lyLinks {
    margin-top: 30px;
  }
}

@media (max-width: 390px) {}

@media (max-width: 320px) {}

/* lyFooter end */



a.lyMore {
  display: block;
  width: 180px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #025dac;
  border-radius: 25px;
}

a.lyMore i {
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a.lyMore:hover i {
  margin: -2px 0 0 20px;
}

a.lyMore i svg {
  display: block;
  width: 100%;
  height: 100%;
}

a.lyMore i svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  a.lyMore {
    font-size: 17px;
  }

  a.lyMore i {
    width: 24px;
    height: 24px;
  }
}

@media (max-width:1600px) {
  a.lyMore {
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    border-radius: 22px;
  }

  a.lyMore i {
    width: 22px;
    height: 22px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {}

@media (max-width:1366px) {
  a.lyMore {
    width: 152px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 21px;
  }

  a.lyMore i {
    width: 20px;
    height: 20px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  #fullPage {
    margin-top: 80px;
  }

  .fp-section.fp-table,
  .fp-slide.fp-table,
  .fp-tableCell {
    height: auto !important;
  }
}

@media (max-width:1080px) {
  #fullPage {
    margin-top: 64px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  a.lyMore {
    width: 136px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  a.lyMore {
    width: 128px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 18px;
  }
}

@media (max-width:280px) {}


/*nyBanner 开始*/
.nyBanner {
  width: 100%;
  height: 550px;
  overflow: hidden;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}

.nyBanner img.nyBa_img {
  display: block;
  width: 100%;
  height: 100%;
  margin: -275px 0 0 -50%;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}

.nyBanner .NyBa_Con {
  width: 1400px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media screen and (max-width:1440px) {
  .nyBanner .NyBa_Con {
    width: 94%;
  }
}

.NyBa_Con span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.15);
  font-size: 36px;
  margin: 0 auto;
  padding: 0;
  font-family: "庞门正道标题体";
  text-transform: uppercase;
}

.NyBa_Con i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #025dac;
  background: url(../images/jt06.png) center no-repeat;
  margin-top: 30px;
  animation: nbanA 2s infinite;
}

@keyframes nbanA {
  0% {
    background: url(../images/jt06.png) center 5px no-repeat;
  }

  50% {
    background: url(../images/jt06.png) center 15px no-repeat;
  }

  100% {
    background: url(../images/jt06.png) center 5px no-repeat;
  }
}

.NyBa_Con p {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
}

@media (max-width:1680px) {
  .nyBanner {
    height: 540px;
  }

  .nyBanner img.nyBa_img {
    width: 1882px;
    margin: -270px 0 0 -941px;
  }
}

@media (max-width:1600px) {
  .nyBanner {
    height: 506px;
  }

  .nyBanner img.nyBa_img {
    width: 1766px;
    margin: -253px 0 0 -883px;
  }
}

@media (max-width:1560px) {
  .nyBanner {
    height: 484px;
  }

  .nyBanner img.nyBa_img {
    width: 1690px;
    margin: -242px 0 0 -845px;
  }

  .NyBa_Con span {
    font-size: 32px;
  }

  .NyBa_Con p {
    font-size: 40px;
  }
}

@media (max-width:1440px) {
  .nyBanner {
    height: 440px;
  }

  .nyBanner img.nyBa_img {
    width: 1536px;
    margin: -220px 0 0 -768px;
  }

  .NyBa_Con span {
    font-size: 30px;
  }

  .NyBa_Con p {
    font-size: 36px;
  }

  .NyBa_Con i {
    margin-top: 20px;
  }
}

@media (max-width:1366px) {
  .nyBanner {
    height: 418px;
  }

  .nyBanner img.nyBa_img {
    width: 1460px;
    margin: -209px 0 0 -730px;
  }

}

@media (max-width:1280px) {
  .nyBanner {
    height: 386px;
  }

  .nyBanner img.nyBa_img {
    width: 1344px;
    margin: -193px 0 0 -672px;
  }

  .NyBa_Con span {
    line-height: 30px;
    font-size: 22px;
  }

  .NyBa_Con p {
    font-size: 30px;
  }

}

@media (max-width:1200px) {
  .nyBanner {
    height: 374px;
  }

  .nyBanner img.nyBa_img {
    width: 1306px;
    margin: -187px 0 0 -653px;
  }
}

@media (max-width:1080px) {

  .nyBanner {
    height: 352px;
    margin: 64px auto 0;
  }

  .nyBanner img.nyBa_img {
    width: 1230px;
    margin: -176px 0 0 -615px;
  }
}

@media (max-width:800px) {
  .nyBanner {
    height: 306px;
  }

  .nyBanner img.nyBa_img {
    width: 1068px;
    margin: -153px 0 0 -534px;
  }
}

@media (max-width:767px) {
  .nyBanner {
    height: 220px;
  }

  .nyBanner img.nyBa_img {
    width: 768px;
    margin: -110px 0 0 -384px;
  }

  .NyBa_Con span {
    line-height: 18px;
    font-size: 16px;
  }

  .NyBa_Con p {
    line-height: 30px;
    font-size: 22px;
  }

  .NyBa_Con i {
    width: 32px;
    height: 32px;
  }

}

@media (max-width:500px) {
  .nyBanner {
    height: 172px;
  }

  .nyBanner img.nyBa_img {
    width: 600px;
    margin: -86px 0 0 -300px;
  }
}


/*内页标题*/
.ny_title {
  line-height: 48px;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.ny_title em {
  display: block;
  width: 17px;
  height: 17px;
  background: #025dac;
  transform: skewX(-30deg);
  margin-right: 28px;
}

@media screen and (max-width:1600px) {
  .ny_title {
    font-size: 40px;
    line-height: 44px;
  }
}

@media screen and (max-width:1440px) {
  .ny_title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:1280px) {
  .ny_title em {
    width: 14px;
    height: 14px;
    margin-right: 20px;
  }

  .ny_title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}

@media screen and (max-width:1080px) {
  .ny_title {
    font-size: 30px;
  }

}

@media screen and (max-width:920px) {
  .ny_title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .ny_title {
    font-size: 24px;
    line-height: 26px;
  }

  .ny_title em {
    width: 10px;
    margin-right: 12px;
  }
}

@media screen and (max-width:390px) {}

@media screen and (max-width:320px) {
  .ny_title {
    font-size: 22px;
    line-height: 24px;
  }
}


.nymbxnav {
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, .03);
  padding: 20px 2%;
  position: relative;
  z-index: 1000;
  margin-top: -65px;
}

.nymbxnav a {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #777;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.nymbxnav a em {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  background: url(../images/abnavico.png) no-repeat;
  margin-bottom: 12px;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.nymbxnav a.jj2 em {
  background-position: -52px 0;
}

.nymbxnav a.jj3 em {
  background-position: -104px 0;
}

.nymbxnav a.jj4 em {
  background-position: -156px 0;
}

.nymbxnav a.jj5 em {
  background-position: -208px 0;
}

.nymbxnav a:hover,
.nymbxnav a.on {
  color: #025dac;
}

.nymbxnav a.jj1:hover em,
.nymbxnav a.jj1.on em {
  background-position: 0 -52px;
}

.nymbxnav a.jj2:hover em,
.nymbxnav a.jj2.on em {
  background-position: -52px -52px;
}

.nymbxnav a.jj3:hover em,
.nymbxnav a.jj3.on em {
  background-position: -104px -52px;
}

.nymbxnav a.jj4:hover em,
.nymbxnav a.jj4.on em {
  background-position: -156px -52px;
}

.nymbxnav a.jj5:hover em,
.nymbxnav a.jj5.on em {
  background-position: -208px -52px;
}

.nynewnav a {
  width: 25%;
}

.nynewnav a em {
  background: url(../images/newnavico.png) no-repeat;
}

.nynewnav a.xw2 em {
  background-position: -52px 0;
}

.nynewnav a.xw3 em {
  background-position: -104px 0;
}

.nynewnav a.xw4 em {
  background-position: -156px 0;
}

.nynewnav a.on em,
.nynewnav a:hover em {
  background-position: 0 -52px;
}

.nynewnav a.xw2.on em,
.nynewnav a.xw2:hover em {
  background-position: -52px -52px;
}

.nynewnav a.xw3.on em,
.nynewnav a.xw3:hover em {
  background-position: -104px -52px;
}

.nynewnav a.xw4.on em,
.nynewnav a.xw4:hover em {
  background-position: -156px -52px;
}


.nyallbox {
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  padding: 80px 0 160px;
}

@media (max-width:1440px) {
  .nyallbox {
    padding: 60px 0 140px;
  }
}

@media (max-width:1366px) {
  .nyallbox {
    padding: 60px 0 120px;
  }
}

@media (max-width:1080px) {
  .nymbxnav {
    padding: 15px 2%;
    margin-top: -52px;
  }

  .nymbxnav a {
    font-size: 16px;
  }

  .nyallbox {
    padding: 40px 0 100px;
  }
}

@media (max-width:820px) {
  .nyallbox {
    padding: 40px 0 90px;
  }
}

@media (max-width:767px) {
  .nymbxnav {
    width: 100%;
    padding: 10px 2%;
    margin-top: 0;
  }

  .nymbxnav a {
    font-size: 14px;
  }

  .nymbxnav a em {
    display: none;
  }

  .nyallbox {
    padding: 40px 0 60px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyallbox {
    padding: 20px 0 60px;
  }
}


/*分页*/
#fengye {
  text-align: center;
  margin: 0 auto;
  color: #555;
  font-size: 16px;
}

#fengye table {
  margin: 0 auto;
}

#fengye a {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  border-radius: 2px;
  color: #333;
  font-size: 16px;
}

#fengye a:hover {
  background: #025dac;
  color: #fff;
}

#fengye a.pnnum1 {
  background: #025dac;
  color: #fff;
}

#fengye input {
  display: inline-block;
  padding: 0 5px;
  background-color: #025dac;
  width: 50px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  margin: 0 5px;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
}

#fengye .p_input {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  color: #333;
  cursor: default;
}

@media (max-width: 1080px) {
  #fengye {
    font-size: 0;
  }

  #fengye a {
    font-size: 14px;
  }

  #fengye .p_input {
    display: none;
  }

  #fengye input {
    display: none;
  }
}

@media (max-width: 767px) {
  #fengye {
    font-size: 0;
  }

  #fengye input,
  #fengye .p_input {
    display: none;
  }

  #fengye a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 4px;
  }

  #fengye a#firstpage,
  #fengye a#uppage,
  #fengye a#downpage,
  #fengye a#endpage {
    display: inline-block;
  }

  #fengye table tr td {
    font-size: 0;
  }
}

@media (max-width: 375px) {}

@media screen and (max-width:374px) and (min-width:321px) {
  #fengye a {
    padding: 0 4%;
  }
}

@media (max-width: 320px) {
  #fengye a {
    padding: 0 12px;
  }
}


/*右侧漂浮 开始*/
.yb_conct {
  position: fixed;
  z-index: 9999;
  top: 30%;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease;
}

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 15px/53px 'al1';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
}

.yb_bar ul li a {
  font: 15px/53px 'al1';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
}

.yb_bar .yb_top {
  background-color: #025dac;
  background: url(../images/t1.png) no-repeat, linear-gradient(to right, #025dac, #167bd3);
}

.yb_bar .yb_phone {
  background-color: #025dac;
  background: url(../images/t2.png) no-repeat, linear-gradient(to right, #025dac, #167bd3);
}

.yb_bar .yb_QQ {
  text-indent: 0;
  background-color: #025dac;
  background: url(../images/t3.png) no-repeat, linear-gradient(to right, #025dac, #167bd3);
}

.yb_bar .yb_ercode {
  background-color: #025dac;
  background: url(../images/t4.png) no-repeat, linear-gradient(to right, #025dac, #167bd3);
}

.hd_qr {
  padding: 6px 37px 25px 37px;
  box-sizing: border-box;
  width: 180px;
}

.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}

.yb_QQ a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .yb_conct {
    display: none;
  }
}


/*右侧漂浮 结束*/

/*一键拨打功能*/
@media (min-width: 768px) {
  .suspension {
    display: none
  }
}

.suspension {
  position: fixed;
  z-index: 55;
  right: 0;
  bottom: 20%;
  width: 54px;
  height: 124px;
  z-index: 9999;
}

.suspension-box {
  position: relative;
  float: right;
}

.suspension .a {
  display: block;
  width: 54px;
  height: 54px;
  background-color: #353535;
  cursor: pointer;
  outline: none;
}

.suspension .a,
.suspension .a:hover {
  border-radius: 50px;
  background-image: linear-gradient(to top right, #1475cf, #2f98f4);
  opacity: 0.9;
  margin-bottom: 15px;
}

.suspension .a .i {
  float: left;
  width: 54px;
  height: 54px;
  background-image: url(../images/side_icon.png);
  background-repeat: no-repeat;
}

.suspension .a-service-phone .i {
  background-image: url(../images/suspension-bgxin.png);
  background-position: 10px 7px;
  width: 45px;
  height: 45px;
  margin-left: 0;
  margin-top: 0;
}

.suspension .a-top {
  display: none;
}

.suspension .a-top .i {
  background-position: -127px 5px;
}

.suspension .a-top,
.suspension .a-top:hover {
  background-image: linear-gradient(to right, #025dac, #167bd3);
}

@media (max-width: 1080px) {

  #KFRightScreen,
  .Xwt-dialog-ybzhan {
    display: none;
  }
}